core: Fix test now that ls prints actual size
authorColin Walters <walters@verbum.org>
Sun, 22 Jan 2012 18:10:01 +0000 (13:10 -0500)
committerColin Walters <walters@verbum.org>
Sun, 22 Jan 2012 18:10:01 +0000 (13:10 -0500)
tests/t0001-archive.sh

index 057930c27c3c4a7f46685014e5587fd320ec812d..7849c1d5d395168a7506f5956735a97c4a53d939 100755 (executable)
@@ -57,7 +57,7 @@ echo "ok uid0 commit"
 
 cd ${test_tmpdir}
 $OSTREE ls test2-uid0 /firstfile > uid0-ls-output.txt
-assert_file_has_content uid0-ls-output.txt "-00664 0 0      0 /firstfile" 
+assert_file_has_content uid0-ls-output.txt "-00664 0 0      6 /firstfile" 
 echo "ok uid0 ls"
 
 $OSTREE checkout -U test2-uid0 checkout-user-test2-uid0